linker_lists: include <linux/compiler.h>
authorMasahiro Yamada <[email protected]>
Tue, 7 Oct 2014 05:48:22 +0000 (14:48 +0900)
committerSimon Glass <[email protected]>
Wed, 22 Oct 2014 16:32:16 +0000 (10:32 -0600)
commitdc7cb46f9707d27c9a9d66684c391062ccf8773f
tree60ab7529b3b7b3d6192973ddc81f780c629e6409
parent2cede453dadae5bacd9c659704029bf81e7b06a0
linker_lists: include <linux/compiler.h>

The header file include/linker_lists.h uses __aligned();
therefore it depends on include/linux/compiler.h

Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Simon Glass <[email protected]>
include/linker_lists.h